Update gcc dependency to match updated gcc elsewhere in cargo
authorjluner <justin.j.luner@gmail.com>
Sat, 27 May 2017 07:37:10 +0000 (02:37 -0500)
committerjluner <justin.j.luner@gmail.com>
Sat, 27 May 2017 07:37:10 +0000 (02:37 -0500)
Cargo.lock

index 5b7115de23e449273855b675a55b9b707d4ab4f6..ca1ac023ffd0b630f380e129ab151af6c3730667 100644 (file)
@@ -85,7 +85,7 @@ name = "backtrace-sys"
 version = "0.1.10"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
- "gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gcc 0.3.49 (registry+https://github.com/rust-lang/crates.io-index)",
  "libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
 ]